PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFVersionExtension Class / setExtensionDeveloperID Method
A string (a COS name) that identifies the developer of the PDF extension.
In This Topic
    setExtensionDeveloperID Method
    In This Topic
    Sets the ID of the extension developer.
    Extensions created by Adobe have the 'ADBE' identifier while the extenions created by ESI (required for PAdES signatures) have the '/ESIC' identifier.
    Syntax
    public void setExtensionDeveloperID( 
       java.lang.String value
    )

    Parameters

    value
    A string (a COS name) that identifies the developer of the PDF extension.
    See Also